home *** CD-ROM | disk | FTP | other *** search
- on MovePainter
- set lCastSprite to the clickOn - 1
- repeat while the stillDown = 1
- set the locV of sprite the clickOn to the mouseV
- set the locH of sprite the clickOn to the mouseH
- set the locV of sprite (lCastSprite + 2) to the locV of sprite the clickOn
- set the locH of sprite (lCastSprite + 2) to the locH of sprite the clickOn
- updateStage()
- repeat with j = 1 to 9
- if sprite (lCastSprite + 2) intersects (j + 2) then
- repeat with k = 1 to 9
- if sprite (lCastSprite + 2) intersects (k + 11) then
- set the type of sprite lCastSprite to 1
- set the stretch of sprite lCastSprite to 0
- set lCastName to "Net" && value(k) & "," & value(j)
- set the castNum of sprite lCastSprite to the number of cast lCastName
- updateStage()
- exit repeat
- end if
- end repeat
- end if
- end repeat
- end repeat
- set the type of sprite lCastSprite to 2
- set the stretch of sprite lCastSprite to 0
- set lCastName to "Blank"
- set the castNum of sprite lCastSprite to the number of cast lCastName
- end
-